关闭 PHP 提示的方法
搜索php.ini:error_reporting = E_ALL 改为:error_reporting = E_ALL & ~E_NOTICE
还有个不是办法的办法就是 推荐
error_reporting(0); 虽然不好弄但是可以解决问题